Color Hex Logo

#cbed93 Color Hex

#CBED93
(203,237,147)
0 Favorites   0 Comments

Color spaces of #cbed93

RGB 203237147
HSL0.230.710.75
HSV83°38°93°
CMYK 0.140.000.38   0.07
XYZ60.179275.371538.9801
Yxy75.37150.34480.4319
Hunter Lab86.8168-28.197634.1510
CIE-Lab89.5667-25.684439.9998

#cbed93 color RGB value is (203,237,147).

#cbed93 hex color red value is 203, green value is 237 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #cbed93 hue: 0.23 , saturation: 0.71 and the lightness value of cbed93 is 0.75.

The process color (four color CMYK) of #cbed93 color hex is 0.14, 0.00, 0.38, 0.07. Web safe color of #cbed93 is #ccff99. Color #cbed93 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101101 10010011
Octal 313 355 223
Decimal 203 237 147
Hex CB ED 93

RGB Percentages of Color #cbed93

%34.58
%40.37
%25.04

CMYK Percentages of Color #cbed93

%14
%0
%38
%7

Triadic Colors of #cbed93

#cbed93 #93cbed #ed93cb

Analogous Colors of #cbed93

#cbed93 #9eed93 #ede293

Monochromatic Colors of #cbed93

#cbed93

Complementary Color

#cbed93 #b593ed

#cbed93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbed93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbed93 Color CSS Codes

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

#cbed93 Text Font Color

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

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


#cbed93 Background Color

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

This div background color is #cbed93


#cbed93 Border Color

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

This div border color is #cbed93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbed93


Comments

No comments written yet.

Please login to write comment.