Color Hex Logo

#cefa9b Color Hex

#CEFA9B
(206,250,155)
0 Favorites   0 Comments

Color spaces of #cefa9b

RGB 206250155
HSL0.240.900.79
HSV88°38°98°
CMYK 0.180.000.38   0.02
XYZ65.555683.859643.7417
Yxy83.85960.33940.4342
Hunter Lab91.5749-32.473535.7819
CIE-Lab93.3895-29.738941.0290

#cefa9b color RGB value is (206,250,155).

#cefa9b hex color red value is 206, green value is 250 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #cefa9b hue: 0.24 , saturation: 0.90 and the lightness value of cefa9b is 0.79.

The process color (four color CMYK) of #cefa9b color hex is 0.18, 0.00, 0.38, 0.02. Web safe color of #cefa9b is #ccff99. Color #cefa9b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111010 10011011
Octal 316 372 233
Decimal 206 250 155
Hex CE FA 9B

RGB Percentages of Color #cefa9b

%33.72
%40.92
%25.37

CMYK Percentages of Color #cefa9b

%18
%0
%38
%2

Triadic Colors of #cefa9b

#cefa9b #9bcefa #fa9bce

Analogous Colors of #cefa9b

#cefa9b #9ffa9b #faf79b

Monochromatic Colors of #cefa9b

#cefa9b

Complementary Color

#cefa9b #c79bfa

#cefa9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefa9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefa9b Color CSS Codes

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

#cefa9b Text Font Color

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

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


#cefa9b Background Color

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

This div background color is #cefa9b


#cefa9b Border Color

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

This div border color is #cefa9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefa9b

Related Colors


Comments

No comments written yet.

Please login to write comment.