Color Hex Logo

#cbe6fb Color Hex

#CBE6FB
(203,230,251)
0 Favorites   0 Comments

Color spaces of #cbe6fb

RGB 203230251
HSL0.570.860.89
HSV206°19°98°
CMYK 0.190.080.00   0.02
XYZ70.338076.2552102.2783
Yxy76.25520.28260.3064
Hunter Lab87.3242-9.0390-8.3163
CIE-Lab89.9777-4.5414-13.1513

#cbe6fb color RGB value is (203,230,251).

#cbe6fb hex color red value is 203, green value is 230 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #cbe6fb hue: 0.57 , saturation: 0.86 and the lightness value of cbe6fb is 0.89.

The process color (four color CMYK) of #cbe6fb color hex is 0.19, 0.08, 0.00, 0.02. Web safe color of #cbe6fb is #ccffff. Color #cbe6fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100110 11111011
Octal 313 346 373
Decimal 203 230 251
Hex CB E6 FB

RGB Percentages of Color #cbe6fb

%29.68
%33.63
%36.70

CMYK Percentages of Color #cbe6fb

%19
%8
%0
%2

Triadic Colors of #cbe6fb

#cbe6fb #fbcbe6 #e6fbcb

Analogous Colors of #cbe6fb

#cbe6fb #cbcefb #cbfbf8

Monochromatic Colors of #cbe6fb

#cbe6fb

Complementary Color

#cbe6fb #fbe0cb

#cbe6fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe6fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe6fb Color CSS Codes

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

#cbe6fb Text Font Color

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

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


#cbe6fb Background Color

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

This div background color is #cbe6fb


#cbe6fb Border Color

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

This div border color is #cbe6fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe6fb


Comments

No comments written yet.

Please login to write comment.