Color Hex Logo

#cefa6a Color Hex

#CEFA6A
(206,250,106)
0 Favorites   0 Comments

Color spaces of #cefa6a

RGB 206250106
HSL0.220.940.70
HSV78°58°98°
CMYK 0.180.000.58   0.02
XYZ62.240782.533626.2858
Yxy82.53360.36390.4825
Hunter Lab90.8480-36.692246.4387
CIE-Lab92.8099-34.815863.0704

#cefa6a color RGB value is (206,250,106).

#cefa6a hex color red value is 206, green value is 250 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #cefa6a hue: 0.22 , saturation: 0.94 and the lightness value of cefa6a is 0.70.

The process color (four color CMYK) of #cefa6a color hex is 0.18, 0.00, 0.58, 0.02. Web safe color of #cefa6a is #ccff66. Color #cefa6a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111010 01101010
Octal 316 372 152
Decimal 206 250 106
Hex CE FA 6A

RGB Percentages of Color #cefa6a

%36.65
%44.48
%18.86

CMYK Percentages of Color #cefa6a

%18
%0
%58
%2

Triadic Colors of #cefa6a

#cefa6a #6acefa #fa6ace

Analogous Colors of #cefa6a

#cefa6a #86fa6a #fade6a

Monochromatic Colors of #cefa6a

#cefa6a

Complementary Color

#cefa6a #966afa

#cefa6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefa6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefa6a Color CSS Codes

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

#cefa6a Text Font Color

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

This sample text font color is #cefa6a
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.


#cefa6a Background Color

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

This div background color is #cefa6a


#cefa6a Border Color

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

This div border color is #cefa6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefa6a


Comments

No comments written yet.

Please login to write comment.