Color Hex Logo

#cef077 Color Hex

#CEF077
(206,240,119)
0 Favorites   0 Comments

Color spaces of #cef077

RGB 206240119
HSL0.210.800.70
HSV77°50°94°
CMYK 0.140.000.50   0.06
XYZ59.943576.773929.1123
Yxy76.77390.36150.4630
Hunter Lab87.6207-31.220041.6352
CIE-Lab90.2174-29.050554.2882

#cef077 color RGB value is (206,240,119).

#cef077 hex color red value is 206, green value is 240 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #cef077 hue: 0.21 , saturation: 0.80 and the lightness value of cef077 is 0.70.

The process color (four color CMYK) of #cef077 color hex is 0.14, 0.00, 0.50, 0.06. Web safe color of #cef077 is #ccff66. Color #cef077 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11110000 01110111
Octal 316 360 167
Decimal 206 240 119
Hex CE F0 77

RGB Percentages of Color #cef077

%36.46
%42.48
%21.06

CMYK Percentages of Color #cef077

%14
%0
%50
%6

Triadic Colors of #cef077

#cef077 #77cef0 #f077ce

Analogous Colors of #cef077

#cef077 #92f077 #f0d677

Monochromatic Colors of #cef077

#cef077

Complementary Color

#cef077 #9977f0

#cef077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef077 Color CSS Codes

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

#cef077 Text Font Color

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

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


#cef077 Background Color

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

This div background color is #cef077


#cef077 Border Color

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

This div border color is #cef077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef077


Comments

No comments written yet.

Please login to write comment.