Color Hex Logo

#cef383 Color Hex

#CEF383
(206,243,131)
0 Favorites   0 Comments

Color spaces of #cef383

RGB 206243131
HSL0.220.820.73
HSV80°46°95°
CMYK 0.150.000.46   0.05
XYZ61.600978.861733.4478
Yxy78.86170.35420.4535
Hunter Lab88.8041-31.586839.8315
CIE-Lab91.1717-29.247649.8310

#cef383 color RGB value is (206,243,131).

#cef383 hex color red value is 206, green value is 243 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #cef383 hue: 0.22 , saturation: 0.82 and the lightness value of cef383 is 0.73.

The process color (four color CMYK) of #cef383 color hex is 0.15, 0.00, 0.46, 0.05. Web safe color of #cef383 is #ccff99. Color #cef383 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11110011 10000011
Octal 316 363 203
Decimal 206 243 131
Hex CE F3 83

RGB Percentages of Color #cef383

%35.52
%41.90
%22.59

CMYK Percentages of Color #cef383

%15
%0
%46
%5

Triadic Colors of #cef383

#cef383 #83cef3 #f383ce

Analogous Colors of #cef383

#cef383 #96f383 #f3e083

Monochromatic Colors of #cef383

#cef383

Complementary Color

#cef383 #a883f3

#cef383 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef383 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef383 Color CSS Codes

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

#cef383 Text Font Color

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

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


#cef383 Background Color

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

This div background color is #cef383


#cef383 Border Color

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

This div border color is #cef383


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef383


Comments

No comments written yet.

Please login to write comment.