Color Hex Logo

#cef396 Color Hex

#CEF396
(206,243,150)
0 Favorites   0 Comments

Color spaces of #cef396

RGB 206243150
HSL0.230.790.77
HSV84°38°95°
CMYK 0.150.000.38   0.05
XYZ63.009279.425040.8638
Yxy79.42500.34380.4333
Hunter Lab89.1207-29.760035.1987
CIE-Lab91.4262-27.072240.9542

#cef396 color RGB value is (206,243,150).

#cef396 hex color red value is 206, green value is 243 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #cef396 hue: 0.23 , saturation: 0.79 and the lightness value of cef396 is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11110011 10010110
Octal 316 363 226
Decimal 206 243 150
Hex CE F3 96

RGB Percentages of Color #cef396

%34.39
%40.57
%25.04

CMYK Percentages of Color #cef396

%15
%0
%38
%5

Triadic Colors of #cef396

#cef396 #96cef3 #f396ce

Analogous Colors of #cef396

#cef396 #a0f396 #f3ea96

Monochromatic Colors of #cef396

#cef396

Complementary Color

#cef396 #bb96f3

#cef396 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef396 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef396 Color CSS Codes

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

#cef396 Text Font Color

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

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


#cef396 Background Color

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

This div background color is #cef396


#cef396 Border Color

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

This div border color is #cef396


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef396


Comments

No comments written yet.

Please login to write comment.