Color Hex Logo

#cef370 Color Hex

#CEF370
(206,243,112)
0 Favorites   0 Comments

Color spaces of #cef370

RGB 206243112
HSL0.210.850.70
HSV77°54°95°
CMYK 0.150.000.54   0.05
XYZ60.428878.392827.2756
Yxy78.39280.36380.4720
Hunter Lab88.5397-33.117343.7129
CIE-Lab90.9588-31.092258.3351

#cef370 color RGB value is (206,243,112).

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

The process color (four color CMYK) of #cef370 color hex is 0.15, 0.00, 0.54, 0.05. Web safe color of #cef370 is #ccff66. Color #cef370 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11110011 01110000
Octal 316 363 160
Decimal 206 243 112
Hex CE F3 70

RGB Percentages of Color #cef370

%36.72
%43.32
%19.96

CMYK Percentages of Color #cef370

%15
%0
%54
%5

Triadic Colors of #cef370

#cef370 #70cef3 #f370ce

Analogous Colors of #cef370

#cef370 #8df370 #f3d770

Monochromatic Colors of #cef370

#cef370

Complementary Color

#cef370 #9570f3

#cef370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef370 Color CSS Codes

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

#cef370 Text Font Color

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

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


#cef370 Background Color

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

This div background color is #cef370


#cef370 Border Color

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

This div border color is #cef370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef370


Comments

No comments written yet.

Please login to write comment.