Color Hex Logo

#cedf9b Color Hex

#CEDF9B
(206,223,155)
0 Favorites   0 Comments

Color spaces of #cedf9b

RGB 206223155
HSL0.210.520.74
HSV75°30°87°
CMYK 0.080.000.30   0.13
XYZ57.757768.263741.1424
Yxy68.26370.34550.4084
Hunter Lab82.6218-19.805928.3112
CIE-Lab86.1381-16.743731.5097

#cedf9b color RGB value is (206,223,155).

#cedf9b hex color red value is 206, green value is 223 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #cedf9b hue: 0.21 , saturation: 0.52 and the lightness value of cedf9b is 0.74.

The process color (four color CMYK) of #cedf9b color hex is 0.08, 0.00, 0.30, 0.13. Web safe color of #cedf9b is #cccc99. Color #cedf9b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011111 10011011
Octal 316 337 233
Decimal 206 223 155
Hex CE DF 9B

RGB Percentages of Color #cedf9b

%35.27
%38.18
%26.54

CMYK Percentages of Color #cedf9b

%8
%0
%30
%13

Triadic Colors of #cedf9b

#cedf9b #9bcedf #df9bce

Analogous Colors of #cedf9b

#cedf9b #acdf9b #dfce9b

Monochromatic Colors of #cedf9b

#cedf9b

Complementary Color

#cedf9b #ac9bdf

#cedf9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedf9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedf9b Color CSS Codes

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

#cedf9b Text Font Color

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

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


#cedf9b Background Color

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

This div background color is #cedf9b


#cedf9b Border Color

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

This div border color is #cedf9b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,223,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 #cedf9b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedf9b


Comments

No comments written yet.

Please login to write comment.