Color Hex Logo

#cefa3d Color Hex

#CEFA3D
(206,250,61)
0 Favorites   0 Comments

Color spaces of #cefa3d

RGB 20625061
HSL0.210.950.61
HSV74°76°98°
CMYK 0.180.000.76   0.02
XYZ60.481581.829917.0219
Yxy81.82990.37960.5136
Hunter Lab90.4599-38.959652.1653
CIE-Lab92.4997-37.608979.3279

#cefa3d color RGB value is (206,250,61).

#cefa3d hex color red value is 206, green value is 250 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #cefa3d hue: 0.21 , saturation: 0.95 and the lightness value of cefa3d is 0.61.

The process color (four color CMYK) of #cefa3d color hex is 0.18, 0.00, 0.76, 0.02. Web safe color of #cefa3d is #ccff33. Color #cefa3d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111010 00111101
Octal 316 372 75
Decimal 206 250 61
Hex CE FA 3D

RGB Percentages of Color #cefa3d

%39.85
%48.36
%11.80

CMYK Percentages of Color #cefa3d

%18
%0
%76
%2

Triadic Colors of #cefa3d

#cefa3d #3dcefa #fa3dce

Analogous Colors of #cefa3d

#cefa3d #70fa3d #fac83d

Monochromatic Colors of #cefa3d

#cefa3d

Complementary Color

#cefa3d #693dfa

#cefa3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefa3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefa3d Color CSS Codes

.mybgcolor {background-color:#cefa3d; } 
.myforecolor {color:#cefa3d; }
.mybordercolor {border:3px solid #cefa3d; }

#cefa3d Text Font Color

<p style="color:#cefa3d">Text here</p>

This sample text font color is #cefa3d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#cefa3d Background Color

<div style="background-color:#cefa3d">
Div content here</div>

This div background color is #cefa3d


#cefa3d Border Color

<div style="border:3px solid #cefa3d">
Div here</div>

This div border color is #cefa3d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(206,250,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cefa3d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cefa3d;
  -webkit-box-shadow: 1px 1px 3px 2px #cefa3d;
  box-shadow:         1px 1px 3px 2px #cefa3d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,250,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cefa3d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cefa3d;
  -webkit-box-shadow: 1px 1px 3px 2px #cefa3d;
  box-shadow:         1px 1px 3px 2px #cefa3d;">
Div content here</div>

This div box has shadow with color #cefa3d

Related Colors


Comments

No comments written yet.

Please login to write comment.