Color Hex Logo

#ceef5d Color Hex

#CEEF5D
(206,239,93)
0 Favorites   0 Comments

Color spaces of #ceef5d

RGB 20623993
HSL0.200.820.65
HSV74°61°94°
CMYK 0.140.000.61   0.06
XYZ58.295975.645121.8844
Yxy75.64510.37410.4854
Hunter Lab86.9742-32.562245.9634
CIE-Lab89.6943-30.760665.0782

#ceef5d color RGB value is (206,239,93).

#ceef5d hex color red value is 206, green value is 239 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #ceef5d hue: 0.20 , saturation: 0.82 and the lightness value of ceef5d is 0.65.

The process color (four color CMYK) of #ceef5d color hex is 0.14, 0.00, 0.61, 0.06. Web safe color of #ceef5d is #ccff66. Color #ceef5d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101111 01011101
Octal 316 357 135
Decimal 206 239 93
Hex CE EF 5D

RGB Percentages of Color #ceef5d

%38.29
%44.42
%17.29

CMYK Percentages of Color #ceef5d

%14
%0
%61
%6

Triadic Colors of #ceef5d

#ceef5d #5dceef #ef5dce

Analogous Colors of #ceef5d

#ceef5d #85ef5d #efc75d

Monochromatic Colors of #ceef5d

#ceef5d

Complementary Color

#ceef5d #7e5def

#ceef5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceef5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceef5d Color CSS Codes

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

#ceef5d Text Font Color

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

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


#ceef5d Background Color

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

This div background color is #ceef5d


#ceef5d Border Color

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

This div border color is #ceef5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceef5d


Comments

No comments written yet.

Please login to write comment.