Color Hex Logo

#cbefe9 Color Hex

#CBEFE9
(203,239,233)
0 Favorites   0 Comments

Color spaces of #cbefe9

RGB 203239233
HSL0.470.530.87
HSV170°15°94°
CMYK 0.150.000.03   0.06
XYZ70.203180.312788.8926
Yxy80.31270.29320.3355
Hunter Lab89.6174-16.99973.9216
CIE-Lab91.8250-12.7932-1.0189

#cbefe9 color RGB value is (203,239,233).

#cbefe9 hex color red value is 203, green value is 239 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #cbefe9 hue: 0.47 , saturation: 0.53 and the lightness value of cbefe9 is 0.87.

The process color (four color CMYK) of #cbefe9 color hex is 0.15, 0.00, 0.03, 0.06. Web safe color of #cbefe9 is #ccffff. Color #cbefe9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101111 11101001
Octal 313 357 351
Decimal 203 239 233
Hex CB EF E9

RGB Percentages of Color #cbefe9

%30.07
%35.41
%34.52

CMYK Percentages of Color #cbefe9

%15
%0
%3
%6

Triadic Colors of #cbefe9

#cbefe9 #e9cbef #efe9cb

Analogous Colors of #cbefe9

#cbefe9 #cbe3ef #cbefd7

Monochromatic Colors of #cbefe9

#cbefe9

Complementary Color

#cbefe9 #efcbd1

#cbefe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbefe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbefe9 Color CSS Codes

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

#cbefe9 Text Font Color

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

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


#cbefe9 Background Color

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

This div background color is #cbefe9


#cbefe9 Border Color

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

This div border color is #cbefe9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbefe9


Comments

No comments written yet.

Please login to write comment.