Color Hex Logo

#cbe198 Color Hex

#CBE198
(203,225,152)
0 Favorites   0 Comments

Color spaces of #cbe198

RGB 203225152
HSL0.220.550.74
HSV78°32°88°
CMYK 0.100.000.32   0.12
XYZ57.221368.813939.9723
Yxy68.81390.34470.4145
Hunter Lab82.9541-22.041529.4984
CIE-Lab86.4118-19.238433.3655

#cbe198 color RGB value is (203,225,152).

#cbe198 hex color red value is 203, green value is 225 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #cbe198 hue: 0.22 , saturation: 0.55 and the lightness value of cbe198 is 0.74.

The process color (four color CMYK) of #cbe198 color hex is 0.10, 0.00, 0.32, 0.12. Web safe color of #cbe198 is #cccc99. Color #cbe198 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100001 10011000
Octal 313 341 230
Decimal 203 225 152
Hex CB E1 98

RGB Percentages of Color #cbe198

%35.00
%38.79
%26.21

CMYK Percentages of Color #cbe198

%10
%0
%32
%12

Triadic Colors of #cbe198

#cbe198 #98cbe1 #e198cb

Analogous Colors of #cbe198

#cbe198 #a7e198 #e1d398

Monochromatic Colors of #cbe198

#cbe198

Complementary Color

#cbe198 #ae98e1

#cbe198 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe198 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe198 Color CSS Codes

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

#cbe198 Text Font Color

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

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


#cbe198 Background Color

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

This div background color is #cbe198


#cbe198 Border Color

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

This div border color is #cbe198


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe198


Comments

No comments written yet.

Please login to write comment.