Color Hex Logo

#cbefff Color Hex

#CBEFFF
(203,239,255)
0 Favorites   0 Comments

Color spaces of #cbefff

RGB 203239255
HSL0.551.000.90
HSV198°20°100°
CMYK 0.200.060.00   0.00
XYZ73.545181.6495106.4914
Yxy81.64950.28100.3120
Hunter Lab90.3601-12.8471-6.6225
CIE-Lab92.4199-8.2966-11.5939

#cbefff color RGB value is (203,239,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101111 11111111
Octal 313 357 377
Decimal 203 239 255
Hex CB EF FF

RGB Percentages of Color #cbefff

%29.12
%34.29
%36.59

CMYK Percentages of Color #cbefff

%20
%6
%0
%0

Triadic Colors of #cbefff

#cbefff #ffcbef #efffcb

Analogous Colors of #cbefff

#cbefff #cbd5ff #cbfff5

Monochromatic Colors of #cbefff

#cbefff

Complementary Color

#cbefff #ffdbcb

#cbefff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbefff Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbefff Color CSS Codes

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

#cbefff Text Font Color

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

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


#cbefff Background Color

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

This div background color is #cbefff


#cbefff Border Color

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

This div border color is #cbefff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,239,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 #cbefff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbefff

Related Colors

#cbefff Color Palettes


Comments

No comments written yet.

Please login to write comment.