Color Hex Logo

#ceeda2 Color Hex

#CEEDA2
(206,237,162)
0 Favorites   0 Comments

Color spaces of #ceeda2

RGB 206237162
HSL0.240.680.78
HSV85°32°93°
CMYK 0.130.000.32   0.07
XYZ62.259476.298845.6281
Yxy76.29880.33800.4142
Hunter Lab87.3492-25.632630.1734
CIE-Lab89.9979-22.651833.0898

#ceeda2 color RGB value is (206,237,162).

#ceeda2 hex color red value is 206, green value is 237 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #ceeda2 hue: 0.24 , saturation: 0.68 and the lightness value of ceeda2 is 0.78.

The process color (four color CMYK) of #ceeda2 color hex is 0.13, 0.00, 0.32, 0.07. Web safe color of #ceeda2 is #ccff99. Color #ceeda2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101101 10100010
Octal 316 355 242
Decimal 206 237 162
Hex CE ED A2

RGB Percentages of Color #ceeda2

%34.05
%39.17
%26.78

CMYK Percentages of Color #ceeda2

%13
%0
%32
%7

Triadic Colors of #ceeda2

#ceeda2 #a2ceed #eda2ce

Analogous Colors of #ceeda2

#ceeda2 #a9eda2 #ede7a2

Monochromatic Colors of #ceeda2

#ceeda2

Complementary Color

#ceeda2 #c1a2ed

#ceeda2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceeda2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceeda2 Color CSS Codes

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

#ceeda2 Text Font Color

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

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


#ceeda2 Background Color

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

This div background color is #ceeda2


#ceeda2 Border Color

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

This div border color is #ceeda2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceeda2


Comments

No comments written yet.

Please login to write comment.