Color Hex Logo

#cbeaf7 Color Hex

#CBEAF7
(203,234,247)
0 Favorites   0 Comments

Color spaces of #cbeaf7

RGB 203234247
HSL0.550.730.88
HSV198°18°97°
CMYK 0.180.050.00   0.03
XYZ70.839978.257599.3672
Yxy78.25750.28510.3150
Hunter Lab88.4633-11.8709-4.6738
CIE-Lab90.8973-7.4320-9.6895

#cbeaf7 color RGB value is (203,234,247).

#cbeaf7 hex color red value is 203, green value is 234 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #cbeaf7 hue: 0.55 , saturation: 0.73 and the lightness value of cbeaf7 is 0.88.

The process color (four color CMYK) of #cbeaf7 color hex is 0.18, 0.05, 0.00, 0.03. Web safe color of #cbeaf7 is #ccffff. Color #cbeaf7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101010 11110111
Octal 313 352 367
Decimal 203 234 247
Hex CB EA F7

RGB Percentages of Color #cbeaf7

%29.68
%34.21
%36.11

CMYK Percentages of Color #cbeaf7

%18
%5
%0
%3

Triadic Colors of #cbeaf7

#cbeaf7 #f7cbea #eaf7cb

Analogous Colors of #cbeaf7

#cbeaf7 #cbd4f7 #cbf7ee

Monochromatic Colors of #cbeaf7

#cbeaf7

Complementary Color

#cbeaf7 #f7d8cb

#cbeaf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbeaf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbeaf7 Color CSS Codes

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

#cbeaf7 Text Font Color

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

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


#cbeaf7 Background Color

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

This div background color is #cbeaf7


#cbeaf7 Border Color

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

This div border color is #cbeaf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbeaf7


Comments

No comments written yet.

Please login to write comment.