Color Hex Logo

#cef83e Color Hex

#CEF83E
(206,248,62)
0 Favorites   0 Comments

Color spaces of #cef83e

RGB 20624862
HSL0.200.930.61
HSV74°75°97°
CMYK 0.170.000.75   0.03
XYZ59.890580.604416.9591
Yxy80.60440.38040.5119
Hunter Lab89.7800-38.041051.6463
CIE-Lab91.9554-36.667978.5220

#cef83e color RGB value is (206,248,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111000 00111110
Octal 316 370 76
Decimal 206 248 62
Hex CE F8 3E

RGB Percentages of Color #cef83e

%39.92
%48.06
%12.02

CMYK Percentages of Color #cef83e

%17
%0
%75
%3

Triadic Colors of #cef83e

#cef83e #3ecef8 #f83ece

Analogous Colors of #cef83e

#cef83e #71f83e #f8c53e

Monochromatic Colors of #cef83e

#cef83e

Complementary Color

#cef83e #683ef8

#cef83e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef83e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef83e Color CSS Codes

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

#cef83e Text Font Color

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

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


#cef83e Background Color

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

This div background color is #cef83e


#cef83e Border Color

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

This div border color is #cef83e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef83e

Related Colors


Comments

No comments written yet.

Please login to write comment.