Color Hex Logo

#ceedbe Color Hex

#CEEDBE
(206,237,190)
0 Favorites   0 Comments

Color spaces of #ceedbe

RGB 206237190
HSL0.280.570.84
HSV100°20°93°
CMYK 0.130.000.20   0.07
XYZ65.032077.407960.2289
Yxy77.40790.32090.3819
Hunter Lab87.9818-22.029220.9996
CIE-Lab90.5090-18.502419.4595

#ceedbe color RGB value is (206,237,190).

#ceedbe hex color red value is 206, green value is 237 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ceedbe hue: 0.28 , saturation: 0.57 and the lightness value of ceedbe is 0.84.

The process color (four color CMYK) of #ceedbe color hex is 0.13, 0.00, 0.20, 0.07. Web safe color of #ceedbe is #ccffcc. Color #ceedbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101101 10111110
Octal 316 355 276
Decimal 206 237 190
Hex CE ED BE

RGB Percentages of Color #ceedbe

%32.54
%37.44
%30.02

CMYK Percentages of Color #ceedbe

%13
%0
%20
%7

Triadic Colors of #ceedbe

#ceedbe #beceed #edbece

Analogous Colors of #ceedbe

#ceedbe #beedc6 #e6edbe

Monochromatic Colors of #ceedbe

#ceedbe

Complementary Color

#ceedbe #ddbeed

#ceedbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceedbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceedbe Color CSS Codes

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

#ceedbe Text Font Color

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

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


#ceedbe Background Color

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

This div background color is #ceedbe


#ceedbe Border Color

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

This div border color is #ceedbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceedbe


Comments

No comments written yet.

Please login to write comment.