Color Hex Logo

#cef32f Color Hex

#CEF32F
(206,243,47)
0 Favorites   0 Comments

Color spaces of #cef32f

RGB 20624347
HSL0.200.890.57
HSV71°81°95°
CMYK 0.150.000.81   0.05
XYZ58.017377.428214.5766
Yxy77.42820.38670.5161
Hunter Lab87.9933-36.296551.7736
CIE-Lab90.5183-34.990381.3398

#cef32f color RGB value is (206,243,47).

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

The process color (four color CMYK) of #cef32f color hex is 0.15, 0.00, 0.81, 0.05. Web safe color of #cef32f is #ccff33. Color #cef32f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11110011 00101111
Octal 316 363 57
Decimal 206 243 47
Hex CE F3 2F

RGB Percentages of Color #cef32f

%41.53
%48.99
%9.48

CMYK Percentages of Color #cef32f

%15
%0
%81
%5

Triadic Colors of #cef32f

#cef32f #2fcef3 #f32fce

Analogous Colors of #cef32f

#cef32f #6cf32f #f3b62f

Monochromatic Colors of #cef32f

#cef32f

Complementary Color

#cef32f #542ff3

#cef32f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef32f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef32f Color CSS Codes

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

#cef32f Text Font Color

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

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


#cef32f Background Color

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

This div background color is #cef32f


#cef32f Border Color

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

This div border color is #cef32f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef32f


Comments

No comments written yet.

Please login to write comment.