Color Hex Logo

#cbe6fa Color Hex

#CBE6FA
(203,230,250)
0 Favorites   0 Comments

Color spaces of #cbe6fa

RGB 203230250
HSL0.570.820.89
HSV206°19°98°
CMYK 0.190.080.00   0.02
XYZ70.180776.1923101.4501
Yxy76.19230.28320.3074
Hunter Lab87.2882-9.2383-7.8076
CIE-Lab89.9485-4.7532-12.6714

#cbe6fa color RGB value is (203,230,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100110 11111010
Octal 313 346 372
Decimal 203 230 250
Hex CB E6 FA

RGB Percentages of Color #cbe6fa

%29.72
%33.67
%36.60

CMYK Percentages of Color #cbe6fa

%19
%8
%0
%2

Triadic Colors of #cbe6fa

#cbe6fa #facbe6 #e6facb

Analogous Colors of #cbe6fa

#cbe6fa #cbcffa #cbfaf7

Monochromatic Colors of #cbe6fa

#cbe6fa

Complementary Color

#cbe6fa #fadfcb

#cbe6fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe6fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe6fa Color CSS Codes

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

#cbe6fa Text Font Color

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

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


#cbe6fa Background Color

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

This div background color is #cbe6fa


#cbe6fa Border Color

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

This div border color is #cbe6fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe6fa


Comments

No comments written yet.

Please login to write comment.