Color Hex Logo

#cbeec1 Color Hex

#CBEEC1
(203,238,193)
0 Favorites   0 Comments

Color spaces of #cbeec1

RGB 203238193
HSL0.300.570.85
HSV107°19°93°
CMYK 0.150.000.19   0.07
XYZ64.828877.695862.0320
Yxy77.69580.31690.3798
Hunter Lab88.1452-22.971519.9765
CIE-Lab90.6409-19.530218.0646

#cbeec1 color RGB value is (203,238,193).

#cbeec1 hex color red value is 203, green value is 238 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #cbeec1 hue: 0.30 , saturation: 0.57 and the lightness value of cbeec1 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101110 11000001
Octal 313 356 301
Decimal 203 238 193
Hex CB EE C1

RGB Percentages of Color #cbeec1

%32.02
%37.54
%30.44

CMYK Percentages of Color #cbeec1

%15
%0
%19
%7

Triadic Colors of #cbeec1

#cbeec1 #c1cbee #eec1cb

Analogous Colors of #cbeec1

#cbeec1 #c1eece #e2eec1

Monochromatic Colors of #cbeec1

#cbeec1

Complementary Color

#cbeec1 #e4c1ee

#cbeec1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbeec1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbeec1 Color CSS Codes

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

#cbeec1 Text Font Color

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

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


#cbeec1 Background Color

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

This div background color is #cbeec1


#cbeec1 Border Color

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

This div border color is #cbeec1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbeec1


Comments

No comments written yet.

Please login to write comment.