Color Hex Logo

#cbeff4 Color Hex

#CBEFF4
(203,239,244)
0 Favorites   0 Comments

Color spaces of #cbeff4

RGB 203239244
HSL0.520.650.88
HSV187°17°96°
CMYK 0.170.020.00   0.04
XYZ71.824280.961297.4295
Yxy80.96120.28710.3236
Hunter Lab89.9784-14.9768-1.2149
CIE-Lab92.1144-10.5883-6.3217

#cbeff4 color RGB value is (203,239,244).

#cbeff4 hex color red value is 203, green value is 239 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #cbeff4 hue: 0.52 , saturation: 0.65 and the lightness value of cbeff4 is 0.88.

The process color (four color CMYK) of #cbeff4 color hex is 0.17, 0.02, 0.00, 0.04. Web safe color of #cbeff4 is #ccffff. Color #cbeff4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101111 11110100
Octal 313 357 364
Decimal 203 239 244
Hex CB EF F4

RGB Percentages of Color #cbeff4

%29.59
%34.84
%35.57

CMYK Percentages of Color #cbeff4

%17
%2
%0
%4

Triadic Colors of #cbeff4

#cbeff4 #f4cbef #eff4cb

Analogous Colors of #cbeff4

#cbeff4 #cbdbf4 #cbf4e5

Monochromatic Colors of #cbeff4

#cbeff4

Complementary Color

#cbeff4 #f4d0cb

#cbeff4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbeff4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbeff4 Color CSS Codes

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

#cbeff4 Text Font Color

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

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


#cbeff4 Background Color

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

This div background color is #cbeff4


#cbeff4 Border Color

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

This div border color is #cbeff4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbeff4

Related Colors


Comments

No comments written yet.

Please login to write comment.