Color Hex Logo

#cbeaff Color Hex

#CBEAFF
(203,234,255)
1 Favorites   0 Comments

Color spaces of #cbeaff

RGB 203234255
HSL0.571.000.90
HSV204°20°100°
CMYK 0.200.080.00   0.00
XYZ72.101478.7621106.0102
Yxy78.76210.28070.3066
Hunter Lab88.7480-10.2906-8.6988
CIE-Lab91.1265-5.7451-13.5244

#cbeaff color RGB value is (203,234,255).

#cbeaff hex color red value is 203, green value is 234 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #cbeaff hue: 0.57 , saturation: 1.00 and the lightness value of cbeaff is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101010 11111111
Octal 313 352 377
Decimal 203 234 255
Hex CB EA FF

RGB Percentages of Color #cbeaff

%29.34
%33.82
%36.85

CMYK Percentages of Color #cbeaff

%20
%8
%0
%0

Triadic Colors of #cbeaff

#cbeaff #ffcbea #eaffcb

Analogous Colors of #cbeaff

#cbeaff #cbd0ff #cbfffa

Monochromatic Colors of #cbeaff

#cbeaff

Complementary Color

#cbeaff #ffe0cb

#cbeaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbeaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbeaff Color CSS Codes

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

#cbeaff Text Font Color

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

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


#cbeaff Background Color

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

This div background color is #cbeaff


#cbeaff Border Color

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

This div border color is #cbeaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbeaff

#cbeaff Color Palettes


Comments

No comments written yet.

Please login to write comment.