Color Hex Logo

#cbedd7 Color Hex

#CBEDD7
(203,237,215)
0 Favorites   0 Comments

Color spaces of #cbedd7

RGB 203237215
HSL0.390.490.86
HSV141°14°93°
CMYK 0.140.000.09   0.07
XYZ67.178578.171275.8378
Yxy78.17120.30370.3534
Hunter Lab88.4145-19.098711.0339
CIE-Lab90.8580-15.21146.9529

#cbedd7 color RGB value is (203,237,215).

#cbedd7 hex color red value is 203, green value is 237 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #cbedd7 hue: 0.39 , saturation: 0.49 and the lightness value of cbedd7 is 0.86.

The process color (four color CMYK) of #cbedd7 color hex is 0.14, 0.00, 0.09, 0.07. Web safe color of #cbedd7 is #ccffcc. Color #cbedd7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101101 11010111
Octal 313 355 327
Decimal 203 237 215
Hex CB ED D7

RGB Percentages of Color #cbedd7

%30.99
%36.18
%32.82

CMYK Percentages of Color #cbedd7

%14
%0
%9
%7

Triadic Colors of #cbedd7

#cbedd7 #d7cbed #edd7cb

Analogous Colors of #cbedd7

#cbedd7 #cbede8 #d0edcb

Monochromatic Colors of #cbedd7

#cbedd7

Complementary Color

#cbedd7 #edcbe1

#cbedd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbedd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbedd7 Color CSS Codes

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

#cbedd7 Text Font Color

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

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


#cbedd7 Background Color

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

This div background color is #cbedd7


#cbedd7 Border Color

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

This div border color is #cbedd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbedd7


Comments

No comments written yet.

Please login to write comment.