Color Hex Logo

#cbe7ee Color Hex

#CBE7EE
(203,231,238)
0 Favorites   0 Comments

Color spaces of #cbe7ee

RGB 203231238
HSL0.530.510.86
HSV192°15°93°
CMYK 0.150.030.00   0.07
XYZ68.637176.021491.9450
Yxy76.02140.29010.3213
Hunter Lab87.1903-12.0658-1.4901
CIE-Lab89.8693-7.7494-6.5063

#cbe7ee color RGB value is (203,231,238).

#cbe7ee hex color red value is 203, green value is 231 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #cbe7ee hue: 0.53 , saturation: 0.51 and the lightness value of cbe7ee is 0.86.

The process color (four color CMYK) of #cbe7ee color hex is 0.15, 0.03, 0.00, 0.07. Web safe color of #cbe7ee is #ccffff. Color #cbe7ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100111 11101110
Octal 313 347 356
Decimal 203 231 238
Hex CB E7 EE

RGB Percentages of Color #cbe7ee

%30.21
%34.38
%35.42

CMYK Percentages of Color #cbe7ee

%15
%3
%0
%7

Triadic Colors of #cbe7ee

#cbe7ee #eecbe7 #e7eecb

Analogous Colors of #cbe7ee

#cbe7ee #cbd6ee #cbeee4

Monochromatic Colors of #cbe7ee

#cbe7ee

Complementary Color

#cbe7ee #eed2cb

#cbe7ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe7ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe7ee Color CSS Codes

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

#cbe7ee Text Font Color

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

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


#cbe7ee Background Color

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

This div background color is #cbe7ee


#cbe7ee Border Color

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

This div border color is #cbe7ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe7ee


Comments

No comments written yet.

Please login to write comment.