Color Hex Logo

#cedf92 Color Hex

#CEDF92
(206,223,146)
0 Favorites   0 Comments

Color spaces of #cedf92

RGB 206223146
HSL0.200.550.72
HSV73°35°87°
CMYK 0.080.000.35   0.13
XYZ57.029667.972537.3084
Yxy67.97250.35140.4188
Hunter Lab82.4454-20.806530.8818
CIE-Lab85.9927-17.903935.8976

#cedf92 color RGB value is (206,223,146).

#cedf92 hex color red value is 206, green value is 223 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #cedf92 hue: 0.20 , saturation: 0.55 and the lightness value of cedf92 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011111 10010010
Octal 316 337 222
Decimal 206 223 146
Hex CE DF 92

RGB Percentages of Color #cedf92

%35.83
%38.78
%25.39

CMYK Percentages of Color #cedf92

%8
%0
%35
%13

Triadic Colors of #cedf92

#cedf92 #92cedf #df92ce

Analogous Colors of #cedf92

#cedf92 #a8df92 #dfca92

Monochromatic Colors of #cedf92

#cedf92

Complementary Color

#cedf92 #a392df

#cedf92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedf92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedf92 Color CSS Codes

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

#cedf92 Text Font Color

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

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


#cedf92 Background Color

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

This div background color is #cedf92


#cedf92 Border Color

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

This div border color is #cedf92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedf92


Comments

No comments written yet.

Please login to write comment.