Color Hex Logo

#cef496 Color Hex

#CEF496
(206,244,150)
0 Favorites   0 Comments

Color spaces of #cef496

RGB 206244150
HSL0.230.810.77
HSV84°39°96°
CMYK 0.160.000.39   0.04
XYZ63.309380.025240.9638
Yxy80.02520.34350.4342
Hunter Lab89.4568-30.223535.4699
CIE-Lab91.6962-27.544641.3020

#cef496 color RGB value is (206,244,150).

#cef496 hex color red value is 206, green value is 244 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #cef496 hue: 0.23 , saturation: 0.81 and the lightness value of cef496 is 0.77.

The process color (four color CMYK) of #cef496 color hex is 0.16, 0.00, 0.39, 0.04. Web safe color of #cef496 is #ccff99. Color #cef496 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11110100 10010110
Octal 316 364 226
Decimal 206 244 150
Hex CE F4 96

RGB Percentages of Color #cef496

%34.33
%40.67
%25.00

CMYK Percentages of Color #cef496

%16
%0
%39
%4

Triadic Colors of #cef496

#cef496 #96cef4 #f496ce

Analogous Colors of #cef496

#cef496 #9ff496 #f4eb96

Monochromatic Colors of #cef496

#cef496

Complementary Color

#cef496 #bc96f4

#cef496 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef496 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef496 Color CSS Codes

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

#cef496 Text Font Color

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

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


#cef496 Background Color

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

This div background color is #cef496


#cef496 Border Color

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

This div border color is #cef496


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef496


Comments

No comments written yet.

Please login to write comment.