Color Hex Logo

#cbe1da Color Hex

#CBE1DA
(203,225,218)
0 Favorites   0 Comments

Color spaces of #cbe1da

RGB 203225218
HSL0.450.270.84
HSV161°10°88°
CMYK 0.100.000.03   0.12
XYZ64.208771.608976.7674
Yxy71.60890.30200.3368
Hunter Lab84.6220-12.64815.4487
CIE-Lab87.7800-8.60650.9246

#cbe1da color RGB value is (203,225,218).

#cbe1da hex color red value is 203, green value is 225 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #cbe1da hue: 0.45 , saturation: 0.27 and the lightness value of cbe1da is 0.84.

The process color (four color CMYK) of #cbe1da color hex is 0.10, 0.00, 0.03, 0.12. Web safe color of #cbe1da is #cccccc. Color #cbe1da contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100001 11011010
Octal 313 341 332
Decimal 203 225 218
Hex CB E1 DA

RGB Percentages of Color #cbe1da

%31.42
%34.83
%33.75

CMYK Percentages of Color #cbe1da

%10
%0
%3
%12

Triadic Colors of #cbe1da

#cbe1da #dacbe1 #e1dacb

Analogous Colors of #cbe1da

#cbe1da #cbdde1 #cbe1cf

Monochromatic Colors of #cbe1da

#cbe1da

Complementary Color

#cbe1da #e1cbd2

#cbe1da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe1da Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe1da Color CSS Codes

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

#cbe1da Text Font Color

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

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


#cbe1da Background Color

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

This div background color is #cbe1da


#cbe1da Border Color

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

This div border color is #cbe1da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe1da


Comments

No comments written yet.

Please login to write comment.