Color Hex Logo

#ceef92 Color Hex

#CEEF92
(206,239,146)
0 Favorites   0 Comments

Color spaces of #ceef92

RGB 206239146
HSL0.230.740.75
HSV81°39°94°
CMYK 0.140.000.39   0.06
XYZ61.508476.930138.8013
Yxy76.93010.34700.4340
Hunter Lab87.7098-28.315235.1680
CIE-Lab90.2894-25.661541.4634

#ceef92 color RGB value is (206,239,146).

#ceef92 hex color red value is 206, green value is 239 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #ceef92 hue: 0.23 , saturation: 0.74 and the lightness value of ceef92 is 0.75.

The process color (four color CMYK) of #ceef92 color hex is 0.14, 0.00, 0.39, 0.06. Web safe color of #ceef92 is #ccff99. Color #ceef92 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101111 10010010
Octal 316 357 222
Decimal 206 239 146
Hex CE EF 92

RGB Percentages of Color #ceef92

%34.86
%40.44
%24.70

CMYK Percentages of Color #ceef92

%14
%0
%39
%6

Triadic Colors of #ceef92

#ceef92 #92ceef #ef92ce

Analogous Colors of #ceef92

#ceef92 #a0ef92 #efe292

Monochromatic Colors of #ceef92

#ceef92

Complementary Color

#ceef92 #b392ef

#ceef92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceef92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceef92 Color CSS Codes

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

#ceef92 Text Font Color

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

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


#ceef92 Background Color

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

This div background color is #ceef92


#ceef92 Border Color

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

This div border color is #ceef92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceef92


Comments

No comments written yet.

Please login to write comment.