Color Hex Logo

#cbeee4 Color Hex

#CBEEE4
(203,238,228)
0 Favorites   0 Comments

Color spaces of #cbeee4

RGB 203238228
HSL0.450.510.86
HSV163°15°93°
CMYK 0.150.000.04   0.07
XYZ69.206779.447085.0860
Yxy79.44700.29610.3399
Hunter Lab89.1330-17.38785.7952
CIE-Lab91.4362-13.26571.0179

#cbeee4 color RGB value is (203,238,228).

#cbeee4 hex color red value is 203, green value is 238 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #cbeee4 hue: 0.45 , saturation: 0.51 and the lightness value of cbeee4 is 0.86.

The process color (four color CMYK) of #cbeee4 color hex is 0.15, 0.00, 0.04, 0.07. Web safe color of #cbeee4 is #ccffcc. Color #cbeee4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101110 11100100
Octal 313 356 344
Decimal 203 238 228
Hex CB EE E4

RGB Percentages of Color #cbeee4

%30.34
%35.58
%34.08

CMYK Percentages of Color #cbeee4

%15
%0
%4
%7

Triadic Colors of #cbeee4

#cbeee4 #e4cbee #eee4cb

Analogous Colors of #cbeee4

#cbeee4 #cbe7ee #cbeed3

Monochromatic Colors of #cbeee4

#cbeee4

Complementary Color

#cbeee4 #eecbd5

#cbeee4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbeee4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbeee4 Color CSS Codes

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

#cbeee4 Text Font Color

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

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


#cbeee4 Background Color

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

This div background color is #cbeee4


#cbeee4 Border Color

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

This div border color is #cbeee4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbeee4


Comments

No comments written yet.

Please login to write comment.