Color Hex Logo

#cbefe7 Color Hex

#CBEFE7
(203,239,231)
0 Favorites   0 Comments

Color spaces of #cbefe7

RGB 203239231
HSL0.460.530.87
HSV167°15°94°
CMYK 0.150.000.03   0.06
XYZ69.918980.199087.3961
Yxy80.19900.29440.3377
Hunter Lab89.5539-17.35604.8263
CIE-Lab91.7741-13.1845-0.0518

#cbefe7 color RGB value is (203,239,231).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101111 11100111
Octal 313 357 347
Decimal 203 239 231
Hex CB EF E7

RGB Percentages of Color #cbefe7

%30.16
%35.51
%34.32

CMYK Percentages of Color #cbefe7

%15
%0
%3
%6

Triadic Colors of #cbefe7

#cbefe7 #e7cbef #efe7cb

Analogous Colors of #cbefe7

#cbefe7 #cbe5ef #cbefd5

Monochromatic Colors of #cbefe7

#cbefe7

Complementary Color

#cbefe7 #efcbd3

#cbefe7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbefe7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbefe7 Color CSS Codes

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

#cbefe7 Text Font Color

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

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


#cbefe7 Background Color

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

This div background color is #cbefe7


#cbefe7 Border Color

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

This div border color is #cbefe7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbefe7

#cbefe7 Color Palettes


Comments

No comments written yet.

Please login to write comment.