Color Hex Logo

#cef314 Color Hex

#CEF314
(206,243,20)
0 Favorites   0 Comments

Color spaces of #cef314

RGB 20624320
HSL0.190.900.52
HSV70°92°95°
CMYK 0.150.000.92   0.05
XYZ57.630577.273512.5397
Yxy77.27350.39090.5241
Hunter Lab87.9053-36.810353.0760
CIE-Lab90.4473-35.629086.2240

#cef314 color RGB value is (206,243,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11110011 00010100
Octal 316 363 24
Decimal 206 243 20
Hex CE F3 14

RGB Percentages of Color #cef314

%43.92
%51.81
%4.26

CMYK Percentages of Color #cef314

%15
%0
%92
%5

Triadic Colors of #cef314

#cef314 #14cef3 #f314ce

Analogous Colors of #cef314

#cef314 #5ff314 #f3a914

Monochromatic Colors of #cef314

#cef314

Complementary Color

#cef314 #3914f3

#cef314 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef314 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef314 Color CSS Codes

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

#cef314 Text Font Color

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

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


#cef314 Background Color

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

This div background color is #cef314


#cef314 Border Color

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

This div border color is #cef314


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef314


Comments

No comments written yet.

Please login to write comment.