Color Hex Logo

#cef470 Color Hex

#CEF470
(206,244,112)
0 Favorites   0 Comments

Color spaces of #cef470

RGB 206244112
HSL0.210.860.70
HSV77°54°96°
CMYK 0.160.000.54   0.04
XYZ60.728978.993027.3757
Yxy78.99300.36340.4727
Hunter Lab88.8780-33.570443.9524
CIE-Lab91.2311-31.555258.6505

#cef470 color RGB value is (206,244,112).

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

The process color (four color CMYK) of #cef470 color hex is 0.16, 0.00, 0.54, 0.04. Web safe color of #cef470 is #ccff66. Color #cef470 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11110100 01110000
Octal 316 364 160
Decimal 206 244 112
Hex CE F4 70

RGB Percentages of Color #cef470

%36.65
%43.42
%19.93

CMYK Percentages of Color #cef470

%16
%0
%54
%4

Triadic Colors of #cef470

#cef470 #70cef4 #f470ce

Analogous Colors of #cef470

#cef470 #8cf470 #f4d870

Monochromatic Colors of #cef470

#cef470

Complementary Color

#cef470 #9670f4

#cef470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef470 Color CSS Codes

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

#cef470 Text Font Color

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

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


#cef470 Background Color

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

This div background color is #cef470


#cef470 Border Color

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

This div border color is #cef470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef470


Comments

No comments written yet.

Please login to write comment.