Color Hex Logo

#cef114 Color Hex

#CEF114
(206,241,20)
0 Favorites   0 Comments

Color spaces of #cef114

RGB 20624120
HSL0.190.890.51
HSV70°92°95°
CMYK 0.150.000.92   0.05
XYZ57.035276.082912.3412
Yxy76.08290.39210.5231
Hunter Lab87.2255-35.926752.6691
CIE-Lab89.8978-34.722585.7928

#cef114 color RGB value is (206,241,20).

#cef114 hex color red value is 206, green value is 241 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #cef114 hue: 0.19 , saturation: 0.89 and the lightness value of cef114 is 0.51.

The process color (four color CMYK) of #cef114 color hex is 0.15, 0.00, 0.92, 0.05. Web safe color of #cef114 is #ccff00. Color #cef114 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11110001 00010100
Octal 316 361 24
Decimal 206 241 20
Hex CE F1 14

RGB Percentages of Color #cef114

%44.11
%51.61
%4.28

CMYK Percentages of Color #cef114

%15
%0
%92
%5

Triadic Colors of #cef114

#cef114 #14cef1 #f114ce

Analogous Colors of #cef114

#cef114 #60f114 #f1a614

Monochromatic Colors of #cef114

#cef114

Complementary Color

#cef114 #3714f1

#cef114 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef114 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef114 Color CSS Codes

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

#cef114 Text Font Color

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

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


#cef114 Background Color

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

This div background color is #cef114


#cef114 Border Color

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

This div border color is #cef114


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef114


Comments

No comments written yet.

Please login to write comment.