Color Hex Logo

#cef72f Color Hex

#CEF72F
(206,247,47)
0 Favorites   0 Comments

Color spaces of #cef72f

RGB 20624747
HSL0.200.930.58
HSV72°81°97°
CMYK 0.170.000.81   0.03
XYZ59.227579.848614.9800
Yxy79.84860.38450.5183
Hunter Lab89.3580-38.064852.6112
CIE-Lab91.6169-36.796682.2986

#cef72f color RGB value is (206,247,47).

#cef72f hex color red value is 206, green value is 247 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #cef72f hue: 0.20 , saturation: 0.93 and the lightness value of cef72f is 0.58.

The process color (four color CMYK) of #cef72f color hex is 0.17, 0.00, 0.81, 0.03. Web safe color of #cef72f is #ccff33. Color #cef72f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11110111 00101111
Octal 316 367 57
Decimal 206 247 47
Hex CE F7 2F

RGB Percentages of Color #cef72f

%41.20
%49.40
%9.40

CMYK Percentages of Color #cef72f

%17
%0
%81
%3

Triadic Colors of #cef72f

#cef72f #2fcef7 #f72fce

Analogous Colors of #cef72f

#cef72f #6af72f #f7bc2f

Monochromatic Colors of #cef72f

#cef72f

Complementary Color

#cef72f #582ff7

#cef72f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef72f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef72f Color CSS Codes

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

#cef72f Text Font Color

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

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


#cef72f Background Color

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

This div background color is #cef72f


#cef72f Border Color

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

This div border color is #cef72f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef72f

Related Colors


Comments

No comments written yet.

Please login to write comment.