Color Hex Logo

#cbe1e3 Color Hex

#CBE1E3
(203,225,227)
0 Favorites   0 Comments

Color spaces of #cbe1e3

RGB 203225227
HSL0.510.300.84
HSV185°11°89°
CMYK 0.110.010.00   0.11
XYZ65.418972.093083.1404
Yxy72.09300.29650.3267
Hunter Lab84.9076-11.05911.3793
CIE-Lab88.0133-6.8731-3.4685

#cbe1e3 color RGB value is (203,225,227).

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

The process color (four color CMYK) of #cbe1e3 color hex is 0.11, 0.01, 0.00, 0.11. Web safe color of #cbe1e3 is #cccccc. Color #cbe1e3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100001 11100011
Octal 313 341 343
Decimal 203 225 227
Hex CB E1 E3

RGB Percentages of Color #cbe1e3

%30.99
%34.35
%34.66

CMYK Percentages of Color #cbe1e3

%11
%1
%0
%11

Triadic Colors of #cbe1e3

#cbe1e3 #e3cbe1 #e1e3cb

Analogous Colors of #cbe1e3

#cbe1e3 #cbd5e3 #cbe3d9

Monochromatic Colors of #cbe1e3

#cbe1e3

Complementary Color

#cbe1e3 #e3cdcb

#cbe1e3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe1e3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe1e3 Color CSS Codes

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

#cbe1e3 Text Font Color

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

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


#cbe1e3 Background Color

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

This div background color is #cbe1e3


#cbe1e3 Border Color

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

This div border color is #cbe1e3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe1e3


Comments

No comments written yet.

Please login to write comment.